DataFrameTyped

Undocumented in source.

Members

Functions

appendCell
void appendCell(string series, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
columnValues
T[] columnValues(string col)
Undocumented in source. Be warned that the author may not have intended to support it.
columnValues
T[] columnValues(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteColumn
auto deleteColumn(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
findColumnTypes
ColumnType[] findColumnTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
insertColumn
auto insertColumn(string title, ColumnType type, T[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
length
void length(size_t rows)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCSVFile
DataFrameTyped loadCSVFile(string csv, string[] columnTitles, bool skipFirst)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCell
T loadCell(size_t row, string series)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCell
T loadCell(size_t row, string series)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCell
T loadCell(size_t row, string series)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeCell
void mergeCell(DataFrameTyped frame, string series, size_t rowNum)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeFrames
DataFrameTyped mergeFrames(DataFrameTyped frame)
Undocumented in source. Be warned that the author may not have intended to support it.
numCols
size_t numCols()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t row)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t row, string col)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t[] rows, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t row, string col)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnTitles
DataFrameTyped setColumnTitles(string[] titles)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnTypes
DataFrameTyped setColumnTypes(ColumnType[] columnTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexValues
DataFrameTyped setIndexValues(T[] indexValues)
Undocumented in source. Be warned that the author may not have intended to support it.
setQuote
DataFrameTyped setQuote(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
setRows
auto setRows(size_t rows)
Undocumented in source. Be warned that the author may not have intended to support it.
setSeparator
DataFrameTyped setSeparator(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
DataFrameTyped setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Values
struct Values
Undocumented in source.

Variables

columnTitles
string[] columnTitles;
Undocumented in source.
columnTypes
ColumnType[string] columnTypes;
Undocumented in source.
numRows
size_t numRows;
Undocumented in source.
quote
char quote;
Undocumented in source.
separator
char separator;
Undocumented in source.
stringSizes
size_t[string] stringSizes;
Undocumented in source.
title
string title;
Undocumented in source.
values
Values values;
Undocumented in source.

Meta